45 research outputs found

    Dual-Resonator Speed Meter for a Free Test Mass

    Get PDF
    A description and analysis are given of a ``speed meter'' for monitoring a classical force that acts on a test mass. This speed meter is based on two microwave resonators (``dual resonators''), one of which couples evanescently to the position of the test mass. The sloshing of the resulting signal between the resonators, and a wise choice of where to place the resonators' output waveguide, produce a signal in the waveguide that (for sufficiently low frequencies) is proportional to the test-mass velocity (speed) rather than its position. This permits the speed meter to achieve force-measurement sensitivities better than the standard quantum limit (SQL), both when operating in a narrow-band mode and a wide-band mode. A scrutiny of experimental issues shows that it is feasible, with current technology, to construct a demonstration speed meter that beats the wide-band SQL by a factor 2. A concept is sketched for an adaptation of this speed meter to optical frequencies; this adaptation forms the basis for a possible LIGO-III interferometer that could beat the gravitational-wave standard quantum limit h_SQL, but perhaps only by a factor 1/xi = h_SQL/h ~ 3 (constrained by losses in the optics) and at the price of a very high circulating optical power --- larger by 1/xi^2 than that required to reach the SQL.Comment: RevTex: 13 pages with 4 embedded figures (two .eps format and two drawn in TeX); Submitted to Physical Review

    Machine Learning at Microsoft with ML .NET

    Full text link
    Machine Learning is transitioning from an art and science into a technology available to every developer. In the near future, every application on every platform will incorporate trained models to encode data-based decisions that would be impossible for developers to author. This presents a significant engineering challenge, since currently data science and modeling are largely decoupled from standard software development processes. This separation makes incorporating machine learning capabilities inside applications unnecessarily costly and difficult, and furthermore discourage developers from embracing ML in first place. In this paper we present ML .NET, a framework developed at Microsoft over the last decade in response to the challenge of making it easy to ship machine learning models in large software applications. We present its architecture, and illuminate the application demands that shaped it. Specifically, we introduce DataView, the core data abstraction of ML .NET which allows it to capture full predictive pipelines efficiently and consistently across training and inference lifecycles. We close the paper with a surprisingly favorable performance study of ML .NET compared to more recent entrants, and a discussion of some lessons learned

    Learnable Similarity Functions and Their Applications to Clustering and Record Linkage

    No full text
    rship (Xing et al. 2003), and relative comparisons (Schultz & Joachims 2004). These approaches have shown improvements over traditional similarity functions for different data types such as vectors in Euclidean space, strings, and database records composed of multiple text fields. While these initial results are encouraging, there still remains a large number of similarity functions that are currently unable to adapt to a particular domain. In our research, we attempt to bridge this gap by developing both new learnable similarity functions and methods for their application to particular problems in machine learning and data mining. In preliminary work, we proposed two learnable similarity functions for strings that adapt distance computations given training pairs of equivalent and non-equivalent strings (Bilenko & Mooney 2003a). The first function is based on a probabilistic model of edit distance with affine gaps (Gus- Copyright c # 2004, American Association for Artificial Intell

    Learnable similarity functions and their applications to record linkage and clustering. Doctoral Dissertation Proposal

    No full text
    Many machine learning tasks require similarity functions that estimate likeness between observations. Similarity computations are particularly important for clustering and record linkage algorithms that depend on accurate estimates of the distance between datapoints. However, standard measures such as string edit distance and Euclidean distance often fail to capture an appropriate notion of similarity for a particular domain or dataset. This problem can be alleviated by employing learnable similarity functions that adapt using training data. In this proposal, we introduce two adaptive string similarity measures: (1) Learnable Edit Distance with Affine Gaps, and (2) Learnable Vector-Space Similarity Based on Pairwise Classification. These similarity functions can be trained using a corpus of labeled pairs of equivalent and non-equivalent strings. We illustrate the accuracy improvements obtained with these measures using MARLIN, our system for record linkage in databases that learns to combine adaptive and static string similarity functions in a two-level learning framework. Obtaining useful training examples for learnable similarity functions can be problematic due to scarcity of informative similar and dissimilar object pairs. We propose two strategies, Static-Active Selection and Weakly-Labeled Selection, that facilitate efficient training data collection for record linkage
    corecore